home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / mslang / itemli / itemlist.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-13  |  541 b   |  17 lines

  1. #define ITEM_MAXFILES        40
  2. #define ITEM_MAXLEN            128
  3. #define ITEM_OFFSET            9901
  4. #define ITEM_APP            "Load File\0"
  5. #define ITEM_KEY            "File\0"
  6. #define IDM_ITEMLISTSEPARATOR    9900
  7.  
  8. UINT ItemListInit (LPSTR lpdfdir, UINT uMax, UINT uMenu );
  9. UINT ItemListCleanup(VOID);
  10. UINT ItemListLoad (HMENU hMenu, LPSTR lpinifile );
  11. UINT ItemListSave (HMENU hMenu, LPSTR lpinifile );
  12. UINT ItemListAdd  (HMENU hMenu, LPSTR lpentry);    
  13. UINT ItemListRemove (HMENU hMenu, LPSTR lpentry);
  14. BOOL ItemListGetFilename ( WPARAM wId, LPSTR lpfilename );
  15.  
  16.  
  17.